@charset "UTF-8";
.reviews {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 30px;
}

.card_item__star {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.card_item__star_box {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
}

.card_item__star::after {
  content: " ★";
  color: rgb(141, 141, 141);
  font-size: 1.2rem;
}

.card_item__star-active::after {
  color: #FFD02B;
}

.reviews_page .rewiews__head {
  margin-top: 28px;
  /* margin-top: 50px; */
}
.reviews_page .rewiews__head h2 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin: 0;
}
.reviews_page .rewiews__head button {
  margin-top: 28px;
  width: 197px;
  height: 37px;
  background-color: #30314F;
  color: white;
  font-size: 1rem;
  border-radius: 10px;
  cursor: pointer;
  border: none;
}
.reviews_page .rewiews__head button:hover {
  background-color: #3d3e61;
}
.reviews_page .rewiews__list {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  margin-top: 28px;
}
.reviews_page .rewiews__item_rewiews {
  width: 70%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 5px;
  margin-bottom: 55px;
}
.reviews_page .item_rewiews__head {
  display: flex;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  justify-content: space-between;
  align-items: center;
}
.reviews_page .item_rewiews__user_info_rew {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.reviews_page .item_rewiews__user_info_rew h6 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: black;
  margin: 0 20px;
}
.reviews_page .item_rewiews__user_info_rew b {
  font-weight: 400;
  color: #676767;
  margin: 0 20px;
}
.reviews_page .item_rewiews__user_info_rew a {
  color: #676767;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-decoration: underline;
  margin-left: 20px;
}
.reviews_page .item_rewiews__user_info_rew a:hover {
  text-decoration: none;
}
.reviews_page .user_info_rew__img {
  width: 30px;
  height: 30px;
}
.user_info_rew__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews_page .item_rewiews__grade {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
}
.reviews_page .item_rewiews__body {
  width: 100%;
  margin-top: 13px;
}


.item_reviews__name{
	display: flex;
	align-items: start;
	margin: 0px 0px 16px;
}

.reviews_page .item_rewiews__body h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  margin: 0px;
  padding-right: 8px;
}


.item_reviews__ozon_link{
  width: max-content;
  height: 28px;
  margin-left: auto;
}

/* .item_reviews__ozon_link a{

} */

.reviews_page .item_rewiews__body .item_reviews__ozon_link a{
  margin: 0px;
  display: block;
  width: max-content;
  height: 100%;
}

.item_reviews__ozon_link img{
  width: max-content;
  height: 100%;
}


.reviews_page .item_rewiews__body span {
  font-size: 1rem;
  line-height: 1.2rem;
  color: black;
}
.reviews_page .item_rewiews__body .item_rewiews__img-box {
  display: flex;
  margin-top: 20px;
}
.reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
  width: 20%;
  max-width: 112px;
  min-width: 100px;
  height: 181px;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 20px;
  position: relative;
}

/*.item_rewiews__video{

}*/

.reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img .bgIframe{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img iframe,
.reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews_page .item_rewiews__body a {
  font-size: 1.2rem;
  line-height: 1.4rem;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #30314F;
  text-decoration: underline;
  margin: 20px auto 0px;
}

@media screen and (max-width: 1000px) {
  .reviews_page .rewiews__list {
    margin-top: 20px;
  }
  .reviews_page .rewiews__item_rewiews {
    width: 100%;
    /* padding: 8px; */
  }
  .reviews_page .item_rewiews__user_info_rew h6 {
    margin: 0 10px;
  }
  .reviews_page .user_info_rew__img {
    width: 25px;
    height: 25px;
  }
  .reviews_page .item_rewiews__body h5 {
    margin: 0px 0px 10px;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box {
    flex-wrap: wrap;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
    width: 25%;
    max-width: 110px;
    height: 168px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .item_reviews__ozon_link{
		height: 22px;
	}
  
}
@media screen and (max-width: 600px) {
  .reviews_page .rewiews__head {
    margin-top: 22px;
    /* margin-top: 30px; */

  }
  .reviews_page .rewiews__head button {
    margin-top: 14px;
    width: 157px;
    height: 32px;
  }
  .reviews_page .rewiews__list {
    margin-top: 18px;
  }
  .reviews_page .rewiews__item_rewiews {
    margin-bottom: 23px;
  }
  .reviews_page .item_rewiews__user_info_rew {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .reviews_page .item_rewiews__user_info_rew h6 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0 10px;
  }
  .reviews_page .item_rewiews__user_info_rew b {
    display: none;
    margin: 0 0px;
  }
  .reviews_page .item_rewiews__user_info_rew a {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-left: 10px;
  }
  .reviews_page .item_rewiews__body h5 {
    margin: 0px 0px 6px;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
    width: 32%;
    max-width: 200px;
    height: 168px;
    margin-right: 0px;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box:after {
    content: "";
    width: 32%;
  }


  
  .item_reviews__ozon_link{
    height: 18px;
  }

}
@media screen and (max-width: 380px) {
  .reviews_page .item_rewiews__body .item_rewiews__img-box {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
    width: 48%;
    max-width: 200px;
    height: 168px;
    margin-right: 0px;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews_page .item_rewiews__body .item_rewiews__img-box:after {
    content: "";
    width: 32%;
  }
}/*# sourceMappingURL=reviews.css.map */


/* -----------------reviews form ---------------- */





.reviews_form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;

  font-size: 1rem;
  line-height: 1.2rem;
  color: #000000;

  display: none;
}

.reviews_form_open{
  display: block;
}

.reviews_form__bg {
  width: 100%;
  height: 100%;
  background-color: #00000028;
}

.reviews_form__content {
  width: 558px;
  max-width: 96%;
  height: max-content;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
}

.reviews_form button:hover{
  background-color: transparent;
  color: #30314F;
}



.reviews_form__close_btn{
	position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: .27;
  cursor: pointer;
  transition: all 300ms ease;
}

.reviews_form__content  h3{
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #000000;
  margin-top: 32px;
}

.reviews_form__container {
  width: 90%;
  max-height: 85vh;
  overflow: auto;
  margin: 20px auto 30px;
}

.reviews_form__container::-webkit-scrollbar-track {
  border-radius: 4px;
}
.reviews_form__container::-webkit-scrollbar {
  width: 6px;
  background-color: #d8d8d873;
  border-radius: 4px;
}
.reviews_form__container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  width: 4px;
  background: #30314fc0;
  cursor: pointer;
}
.reviews_form__container::-webkit-scrollbar-thumb:hover{
  /* background: #6a7d9b; */
  background: #30314F;
}



.reviews_form__form {
  width: 100%;
  height: 100%;
  height: max-content;
  /* margin-top: 20px; */
}

.reviews_form__send .reviews_form__form{
  display: none;
}

.reciew_form__form_title{
  display: block;
}

.reviews_form__send .reciew_form__form_title{
  display: none;
}

.reciew_form__send_title{
  display: none;
}

.reviews_form__send .reciew_form__send_title{
  display: block;
}

.reviews_form__form_content {
}
.modal_order_image {
  padding: 0px 5px;
}
.inpform {
}


.reviews_form__input_group_checkbox {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
}
.reviews_form__input_group_checkbox input {
  width: 16px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #A3A6A7;
  padding-left: 10px;
}
.reviews_form__input_group_checkbox label{
  font-size: 1rem;
  line-height: 1.2rem;
  color: #898989;
  margin-top: 2px;
  margin-left: 7px;
}

.reviews_form__input_group .error_message{
  margin-left: 10px;
  opacity: 0;
}

.check {
}

.error_message{
  font-size: 12px;
  line-height: 14px;
  color: rgb(172, 25, 25);
  opacity: 0;
}

.error_message_file{
  display: none;
  opacity: 1;
  margin-top: 13px;
}

.reviews_form__input_group {
  width: 100%;
  height: max-content;
  margin-top: 12px;
}
.reviews_form__input_group input{
  width: 100%;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #A3A6A7;
  border-radius: 6px;
  margin-top: 8px;
  padding: 10px;
}

.reviews_form__input_group textarea{
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #A3A6A7;
  border-radius: 6px;
  margin-top: 8px;
  padding: 10px;
  max-height: 200px;
}

.reviews_form__input_group label{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #797979;
}



/* star box */

.reviews__product_rating {
  width: 100%;
  height: max-content;
  margin-top: 12px;
}

.reviews__product_rating  .error_message{
  margin-left: 10px;
}
.reviews__product_rating p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #797979;
  margin: 0px;
  padding: 0px;
}
.rating-area {
  margin-top: 8px;
  display: flex;
  align-items: center;
}


.rating-area div{
  margin: 0px 1px;
  cursor: pointer;
}
.rating-area div i{
  color:#FFD02B;
}


/*  */

.ctrFiles {
  margin-top: 12px;
}
.ctrFiles .item{
  margin-bottom: 4px;
  background-color: #8989891e;
  padding: 3px 5px;
}
.ctrFiles .item span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ctrFiles .item:last-child{
  margin-bottom: 0px;
}

.ctrFiles input{
  display: none;
}

.ctrFiles .delete_img_btn{
  color: rgb(206, 27, 27);
  font-size: 1rem;
  line-height: 1.2rem;
  margin-left: 10px;
  cursor: pointer;
  margin-left: auto;
  padding: 0px 0px 0px 5px;
}

.reviews_form__input_group_file {
  margin-top: 12px;
}
.reviews_form__input_group_file input{
  display: none;
}
.reviews_form__input_group_file p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #797979;
  margin: 0px;
  padding: 0px;
}
.reviews_form__input_group_file label{
  width: 170px;
  height: 37px;
  background: #30314F;
  border-radius: 10px;
  border: 1px solid #30314F;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  transition: background-color, color .2s;
}

.reviews_form__input_group_file label:hover{
  color: #30314F;
  background-color: transparent;
}

.hide {
}


.reviews_form__btn_box {
  width: 100%;
  height: max-content;
}

.reviews_form__btn_box button{
  width: 190px;
  height: 37px;
  background: #30314F;
  border: 1px solid #30314F; 
  border-radius: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFFFFF;
  display: block;
  margin: 46px auto 26px;
}






.reviews_form__bottom {
  width: 100%;
  text-align: center;
  display: none;
}

.reviews_form__send .reviews_form__bottom{
  display: block;
}



.reviews_form__bottom_text div{
  font-size: 1rem;
  line-height: 1.2rem;
  color: #797979;
  /* margin-top: 12px; */
}

.reviews_form__bottom_text button{
  width: 100px;
  height: 37px;
  background: #30314F;
  border: 1px solid #30314F;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 3px;
}

/* ------------------------------- */
.reciew_form__not_authorized{
  display: block;
}
.reciew_form__not_authorized button{
  margin: 0px;
}




@media screen and (max-height: 900px){
  .reviews_form__content  h3{
    margin-top: 22px;
  }
  
  .reviews_form__container {
    margin: 22px auto 32px;
  }
  
  .reviews_form__input_group input{
    height: 32px;
    margin-top: 6px;
  }
  
  .reviews_form__input_group textarea{
    margin-top: 6px;
    height: 90px;
    max-height: 150px;
  }


  .reviews_form__input_group_file label{
    width: 120px;
    height: 32px;
    border-radius: 10px;
    margin-top: 8px;
  }

  .reviews_form__btn_box button{
    width: max-content;
    padding: 0px 20px;
    height: 32px;
    margin: 22px auto 12px;
  }

  .reviews_form__bottom_text button{
    width: 80px;
    height: 32px;
    margin-top: 22px;
  }
}

@media screen and (max-height: 800px){
  .reviews_form__container {
    margin: 20px auto 20px;
  }
  
  
  .reviews_form__content  h3{
    margin-top: 22px;
  }

  
  .reviews_form__input_group input{
    height: 28px;
    margin-top: 6px;
  }
  
  .reviews_form__input_group textarea{
    margin-top: 6px;
    height: 60px;
    max-height: 150px;
  }


  .reviews_form__input_group_file label{
    width: 120px;
    height: 28px;
    border-radius: 10px;
    margin-top: 8px;
  }

  .reviews_form__btn_box button{
    width: max-content;
    padding: 0px 20px;
    height: 28px;
    margin: 22px auto 12px;
  }

  .reviews_form__bottom_text button{
    width: max-content;
    padding: 0px 20px;
    height: 28px;
    margin-top: 22px;
  }
}

@media screen and (max-width:800px){

}


/* ---------------------Catalog top-------------------------- */



.catalog_top {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}


.catalog_top .catalog_top__container {
  width: 100%;
  height: -moz-max-content;
  height: max-content;

}

.catalog_top__head {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog_top .container-lg{
  padding: 0px;
}

.catalog_top__head b{
  color: #005BFF;
}

/* @media screen and (min-width: 765px){
  .catalog_top__head{
    padding: 0px 15px;
  }


} */

.catalog_top__head h4 {
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
}
.catalog_top__head a {
  font-weight: 400;
  font-size: 1rem;
  color: #595B98;
}

.catalog_top__card-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  /* overflow: hidden; */
  margin-top: 22px;
  padding-bottom: 22px;

}
.catalog_top__card-container .btn_catalog_top {
  width: 48px;
  height: 48px;
  background-color: white;
  border: 1px solid #838383;
  border-radius: 50%;
  position: absolute;
  /* top: 25%; */
  top: 41.7%;

  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.catalog_top__card-container .btn_catalog_top::after {
  content: "❯";
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  color: black;
  font-size: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.catalog_top__card-container .catalog_top__btn_left::after {
  content: "❮";
}
.catalog_top__card-container .catalog_top__btn_left {
  /* left: 10px; */
  left: -60px;
}
.catalog_top__card-container .catalog_top__btn_right {
  /* right: 10px; */
  right: -60px;
}

/* 
.catalog_top__card-container .catalog_top__card-list {
  width: -moz-max-content;
  display: flex;
  height: max-content;
  position: relative;
  z-index: 9;
}
.catalog_top__card-container .catalog_top__card-list  .product-item-container{
  width: max-content;
  min-height: 100%;
  margin: 0px!important;
  padding: 0px!important 
}
*/

.catalog_top__card-container .catalog_top__card-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.catalog_top__card-list .slick-track{
  display: flex;
}

/* .recently_viewed__list .slick-list{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
  } */



.catalog_top__card-list .slick-track .catalog_top__card_item {
  max-width: 239px;
  width: 95%;
  position: relative;
  /* height: 297px; */
  min-height: 100%!important;
  height: 100%!important;
  border-radius: 15px;
  overflow: hidden;
  /* margin: 0px auto; */
  margin: 0px;
  margin-right: 5%;
  border: 1px solid #838383;
}
.catalog_top__card_item .card_item__img {
  width: 100%;
  height: 186px;
}
.catalog_top__card_item .card_item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_top__card_item:first-child {
  margin: 0px 12px 0px 0px;
}
.catalog_top__card_item:last-child {
  margin: 0px 0px 0px 12px;
}
.card_item__bottom {
  width: 90%;
  /* padding-bottom: 10px; */
  margin: 0px auto!important;

}
.card_item__bottom_left {
  width: 100%;
  height: 100%;
  min-height: 111px;
  height: max-content;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}
.card_item__bottom_left h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  width: 100%;
  margin: 0px;
  color: #000000;
  margin-top: 8px!important;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}

.card_item__bottom_left .card_item__price_box {
  display: flex;
  align-items: center;
  margin-top: auto!important;
  /* margin: 8px 0px 2px; */
  margin-bottom: 2px!important;
}
.card_item__bottom_left .card_item__price_box .card_item__curr_price {
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.card_item__bottom_left .card_item__price_box .card_item__old_price {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1rem;
}
 .card_item__item-info {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.card_item__item-info .card_item__review {
  height: -moz-max-content;
  height: max-content;
  margin-left: 15px;
  color: #30314F;
  font-weight: 400;
  font-size: 14px;
}
.card_item__basket {
  width: 35px;
  height: 32px;
  margin-top: -15px;
  margin-left: auto;
  border-radius: 5px;
  overflow: hidden;
}
.card_item__basket a{
  width: 100%;
  height: 100%;
  background: #30314F;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  border: none;
}
.card_item__basket a:hover{
  border: none;
  background: #464770;
  color: white;
}

.card_item__basket a:active{
  border: none;
  background: #464770;
  color: white;
}

.card_item__favorites {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("../../images/icons/heart.svg");
  background-size: contain;
}
.card_item__favorites--active {
  background-image: url("../../images/icons/heart2.svg");
}
.card_item__discount {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 73px;
  height: 31px;
  background: #FFD02B;
  border-radius: 0px 20px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_item__discount span {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: black;
}

.card_item__star {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.card_item__star_box {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
}

.card_item__star::after {
  content: " ★"!important;
  color: rgb(141, 141, 141);
  font-size: 1.2rem;
}

.card_item__star-active::after {
  color: #FFD02B;
}


@media screen and (max-width: 1480px){
  .catalog_top__card-container .catalog_top__btn_left {
    left: -38px;
  }
  .catalog_top__card-container .catalog_top__btn_right {
    right: -38px;
  }
  
}
@media screen and (max-width: 1400px){
  .catalog_top__card-container .catalog_top__btn_left {
    left: -58px;
  }
  .catalog_top__card-container .catalog_top__btn_right {
    right: -58px;
  }
}

@media (max-width: 1280px) and (min-width: 1200px){
  .catalog_top__card-container .catalog_top__btn_left {
    left: 12px;
  }
  .catalog_top__card-container .catalog_top__btn_right {
    right: 12px;
  }

  .catalog_top__card-container .btn_catalog_top {
    top: 25%;
  }
}


@media (max-width: 1100px){
  .catalog_top__card-container .catalog_top__btn_left {
    left: 12px;
  }
  .catalog_top__card-container .catalog_top__btn_right {
    right: 12px;
  }

  .catalog_top__card-container .btn_catalog_top {
    top: 25%;
  }
}


@media screen and (max-width: 1000px){
  .catalog_top {
    margin-top: 22px;
  }
}


@media screen and (max-width: 920px){
  .catalog_top__card-container .catalog_top__btn_left {
    left: 15px;
  }
  .catalog_top__card-container .catalog_top__btn_right {
    right: 15px;
  }


  .catalog_top__card-list .slick-track .catalog_top__card_item {
    max-width: 280px;
  }
}



@media screen and (max-width: 800px) {
  .catalog_top__head h4 {
    font-size: 1rem;
    font-size: 1.2rem;
  }
  .catalog_top__head a {
    font-size: 1.2rem;
  }
  .catalog_top__card-container {
    margin-top: 20px;
  }
  /* .catalog_top__card-container .btn_catalog_top {
    display: none;
  } */
  .catalog_top__card-container .slick-track .catalog_top__card_item {
    /* width: 188px; */
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    /* margin: 0px 8px; */
    margin: 0 auto;
  }
  .catalog_top__card-container .catalog_top__card_item .card_item__img {
    height: 192px;
  }
  .catalog_top__card-container .card_item__bottom {
    margin: 12px auto 0px;
  }
  .catalog_top__card-container .card_item__bottom h5 {
    margin-bottom: 12px;
  }
  .catalog_top__card-container .slick-track .catalog_top__card_item:first-child {
    /* margin: 0px 8px 0px 0px; */
    margin: 0 auto;
  }
  .catalog_top__card-container .slick-track .catalog_top__card_item:last-child {
    /* margin: 0px 0px 0px 8px; */
    margin: 0 auto;
  }
  .catalog_top__card-container .card_item__bottom_left .card_item__price_box {
    display: flex;
    align-items: center;
    margin: 7px 0px 4px;
  }
}


@media screen and (max-width: 400px) {

  .catalog_top__head h4{
    font-size: 12px;
  }

  .catalog_top__card-list .slick-track .catalog_top__card_item {
    max-width: 100%;
    width: 100%;
  }
}